Typo.
authorTor Lillqvist <tml@src.gnome.org>
Thu, 3 Nov 2005 13:56:13 +0000 (13:56 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 3 Nov 2005 13:56:13 +0000 (13:56 +0000)
ChangeLog
ChangeLog.pre-2-10

index 26fabf04f218eb89b9c40d25125a95dd7dbde05b..e6c79bfe1d005ba4375c5810b04c72d25daf8357 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        too, instead of creating a b&w bitmap with CreateBitmap(). Set up
        the mask bitmap's contents, ones for those pixels in the color
        bitmap where the alpha is zero, zero for other pixels. We used to
-       use an unitialized mask bitmap! This meant that icons and cursors
-       created presumably worked more or less by accident. Totally blank
-       icons with zero alpha everywhere (as used by gtktrayicon.c)
-       definitely did not work as expected.
+       use an uninitialized mask bitmap! This meant that icons and
+       cursors created presumably worked more or less by accident.
+       Totally blank icons with zero alpha everywhere (as used by
+       gtktrayicon.c) definitely did not work as expected.
 
        * gtk/Makefile.am: Include gtkstatusicon.c on all platforms.
 
index 26fabf04f218eb89b9c40d25125a95dd7dbde05b..e6c79bfe1d005ba4375c5810b04c72d25daf8357 100644 (file)
        too, instead of creating a b&w bitmap with CreateBitmap(). Set up
        the mask bitmap's contents, ones for those pixels in the color
        bitmap where the alpha is zero, zero for other pixels. We used to
-       use an unitialized mask bitmap! This meant that icons and cursors
-       created presumably worked more or less by accident. Totally blank
-       icons with zero alpha everywhere (as used by gtktrayicon.c)
-       definitely did not work as expected.
+       use an uninitialized mask bitmap! This meant that icons and
+       cursors created presumably worked more or less by accident.
+       Totally blank icons with zero alpha everywhere (as used by
+       gtktrayicon.c) definitely did not work as expected.
 
        * gtk/Makefile.am: Include gtkstatusicon.c on all platforms.